.kenesis-body {
    height: auto;
    background: #f1eee7;
    background-size: auto;
}

.botnav .navbar {
    margin-left: 25%;
}

.botnav {
    width: 100%;
    height: 100px;
    z-index: 2;
}

.rv-image {
    height: auto;
}

.rv-image > video {
    height: auto !important;
}

.section-ctn:empty {
    display: none;
}

div[class^="subdiv"]:empty {
    display: none;
}

div[class^="subdiv"] {
    margin-top: -1px;
}

.section-ctn[data-n="1"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="1"] .module1 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module1 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="1"] .module1 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="2"] {
    display: grid;
    grid-template-columns: minmax(33.33%, 1fr) minmax(33.33%, 1fr) minmax(33.33%, 1fr);
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="2"] .image1 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.image1 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="2"] .image1 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.section-ctn[data-n="2"] .image1:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="2"] .image1:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="2"] .content1 {
    width: 100%;
    padding: 0% 0% 0% 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-ctn[data-n="2"] .content1 .inner-ctn {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    width: 100%;
    overflow-x: hidden;
}

.content1 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="2"] .image2 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.image2 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="2"] .image2 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.section-ctn[data-n="2"] .image2:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="2"] .image2:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="3"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="3"] .image3 {
    flex: 1 1 100%;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

.image3 {
    --elem-width: 100%;
}

.section-ctn[data-n="3"] .image3 .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="3"] .image3:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="3"] .image3:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="4"] {
    display: grid;
    grid-template-columns: minmax(33.33%, 1fr) minmax(33.33%, 1fr) minmax(33.33%, 1fr);
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="4"] .image4 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.image4 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="4"] .image4 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.section-ctn[data-n="4"] .image4:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="4"] .image4:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="4"] .content2 {
    width: 100%;
    padding: 0% 0% 0% 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-ctn[data-n="4"] .content2 .inner-ctn {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    width: 100%;
    overflow-x: hidden;
}

.content2 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="4"] .image5 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.image5 {
    --elem-width: 33.33%;
}

.section-ctn[data-n="4"] .image5 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.section-ctn[data-n="4"] .image5:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="4"] .image5:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="5"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="5"] .module2 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module2 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="5"] .module2 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="6"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="6"] .image6 {
    flex: 1 1 100%;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

.image6 {
    --elem-width: 100%;
}

.section-ctn[data-n="6"] .image6 .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="6"] .image6:only-child {
    flex: 1 1 100%;
    width: 100%;
}

.section-ctn[data-n="6"] .image6:only-child .inner-ctn {
    position: relative !important;
    width: 100% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-ctn[data-n="7"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="7"] .module3 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module3 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="7"] .module3 {
        padding: 0% 0% 0% 0%;
    }
}

